События жизненного цикла страницы
Page.Init
Page.Load
TextBox.TextChanged
Button.Click
Page.PreRender
Page.Unload

Обработка веб-форм
https://professorweb.ru/my/ASP_NET/base/level2/2_2.php


ViewState

Настоящее понимание ViewState'а
https://habr.com/ru/post/119537/

Difference between viewstate and controlstate
https://stackoverflow.com/questions/14702449/difference-between-viewstate-and-controlstate


Сеанс и сессия

Состояние сеанса (Mode: Off|InProc|StateServer|SQLServer|Custom)
https://professorweb.ru/my/ASP_NET/base/level5/5_4.php


Ссылки:

Основы ASP.NET
https://professorweb.ru/my/ASP_NET/base/level1/base_aspnet_index.php

Теги: